home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / networks / nb12 / wpstart.bat < prev   
DOS Batch File  |  1991-02-17  |  500b  |  24 lines

  1. @echo off
  2. cls
  3. echo ***  wpstart.bat
  4. echo ***
  5. echo ***
  6. echo This batch file will run your wordprocessor if you tell it 
  7. echo which directory to use, and what it is called.
  8. echo ***
  9. echo ***
  10. pause
  11. rem
  12. rem Replace the following commands with the appropriate commands to run
  13. rem your spreadsheet (and remove the 'rem' part!)
  14. rem
  15. rem cd \wproc
  16. rem wp
  17. rem
  18. rem Replace the following with the commands to restart NOTICE BOARD, such as:
  19. rem
  20. rem cd \notice\source
  21. rem notice
  22. rem
  23. notice
  24.